Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
@videosdk.live/js-sdk
Advanced tools
Video SDK for JavaScript
videosdk.live
Visit our official guide for Browser Support
Check out demo here
With javascript SDK, you can
To use javascript-sdk
, you have two choices to make either use npm
module or <script>
tag in your bundler or direct in HTML.
<script>
tagYou can import this library using <script>
tag. The easiest way to get started is to load this library from CDN, and add a couple of lines of code to your web page or app.
<html>
<head>....</head>
<body>
.....
<script src="https://sdk.zujonow.com/zujo-sdk-2.0.0.min.js"></script>
</body>
</html>
Another interesting option is to install library in your app and bundle it using webpack or rollup.
From npm package:
npm install @videosdk.live/js-sdk
From yarn package:
yarn add @videosdk.live/js-sdk
Then in your application code:
const VideoSDK = require("@videosdk.live/js");
VideoSDK.initMeeting({...})
Or
import VideoSDK from "@videosdk.live/js";
VideoSDK.initMeeting({...})
Check the components and their usage in our documentation.
Check the Quick Start guide to our documentation.
Run the Code sample to see it in action.
FAQs
Video SDK for JavaScript videosdk.live
The npm package @videosdk.live/js-sdk receives a total of 8,012 weekly downloads. As such, @videosdk.live/js-sdk popularity was classified as popular.
We found that @videosdk.live/js-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.